type net/http.http2Server

8 uses

	net/http (current package)
		h2_bundle.go#L1066: func http2configFromServer(h1 *Server, h2 *http2Server) http2http2Config {
		h2_bundle.go#L4074: type http2Server struct {
		h2_bundle.go#L4227: func http2ConfigureServer(s *Server, conf *http2Server) error {
		h2_bundle.go#L4232: 		conf = new(http2Server)
		h2_bundle.go#L4402: func (s *http2Server) ServeConn(c net.Conn, opts *http2ServeConnOpts) {
		h2_bundle.go#L4409: func (s *http2Server) serveConn(c net.Conn, opts *http2ServeConnOpts, newf func(*http2serverConn)) {
		h2_bundle.go#L4569: 	srv              *http2Server
		server.go#L3772: 	conf := &http2Server{}